﻿2026-07-23T09:35:45.8450158Z ##[group]Run actions/checkout@v5
2026-07-23T09:35:45.8450896Z with:
2026-07-23T09:35:45.8451254Z   fetch-depth: 0
2026-07-23T09:35:45.8451644Z   repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:45.8454402Z   token: ***
2026-07-23T09:35:45.8454743Z   ssh-strict: true
2026-07-23T09:35:45.8455104Z   ssh-user: git
2026-07-23T09:35:45.8455492Z   persist-credentials: true
2026-07-23T09:35:45.8455911Z   clean: true
2026-07-23T09:35:45.8456345Z   sparse-checkout-cone-mode: true
2026-07-23T09:35:45.8456842Z   fetch-tags: false
2026-07-23T09:35:45.8457197Z   show-progress: true
2026-07-23T09:35:45.8457558Z   lfs: false
2026-07-23T09:35:45.8457892Z   submodules: false
2026-07-23T09:35:45.8458258Z   set-safe-directory: true
2026-07-23T09:35:45.8458650Z   allow-unsafe-pr-checkout: false
2026-07-23T09:35:45.8459361Z ##[endgroup]
2026-07-23T09:35:45.9249661Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:45.9251192Z ##[group]Getting Git version info
2026-07-23T09:35:45.9251878Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T09:35:45.9252860Z [command]/usr/bin/git version
2026-07-23T09:35:45.9273604Z git version 2.43.0
2026-07-23T09:35:45.9291470Z ##[endgroup]
2026-07-23T09:35:45.9303184Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/79b3811b-9809-4b0e-bb23-66919411e0bf' before making global git config changes
2026-07-23T09:35:45.9304895Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T09:35:45.9306176Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T09:35:45.9339598Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T09:35:45.9360896Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:35:45.9372916Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T09:35:45.9375843Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T09:35:45.9396463Z refs/heads/main
2026-07-23T09:35:45.9404880Z [command]/usr/bin/git checkout --detach
2026-07-23T09:35:45.9458710Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:35:45.9497160Z [command]/usr/bin/git branch --delete --force main
2026-07-23T09:35:45.9523609Z Deleted branch main (was 2342fd63).
2026-07-23T09:35:45.9592714Z ##[endgroup]
2026-07-23T09:35:45.9597237Z [command]/usr/bin/git submodule status
2026-07-23T09:35:45.9788742Z ##[group]Cleaning the repository
2026-07-23T09:35:45.9792664Z [command]/usr/bin/git clean -ffdx
2026-07-23T09:35:45.9832817Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T09:35:45.9881593Z HEAD is now at 2342fd63 Merge pull request #66 from BigscreenVR/build/daemon-lifecycle-w2
2026-07-23T09:35:45.9886324Z ##[endgroup]
2026-07-23T09:35:45.9888066Z ##[group]Disabling automatic garbage collection
2026-07-23T09:35:45.9891881Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T09:35:45.9914331Z ##[endgroup]
2026-07-23T09:35:45.9915064Z ##[group]Setting up auth
2026-07-23T09:35:45.9919372Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T09:35:45.9943345Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T09:35:46.0129418Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T09:35:46.0153725Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T09:35:46.0342425Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T09:35:46.0369699Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T09:35:46.0562519Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T09:35:46.0592694Z ##[endgroup]
2026-07-23T09:35:46.0593509Z ##[group]Fetching the repository
2026-07-23T09:35:46.0598774Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-23T09:35:47.3549745Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-23T09:35:47.3586987Z   origin/main
2026-07-23T09:35:47.3593459Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-23T09:35:47.3612529Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T09:35:47.3616683Z ##[endgroup]
2026-07-23T09:35:47.3617451Z ##[group]Determining the checkout info
2026-07-23T09:35:47.3618286Z ##[endgroup]
2026-07-23T09:35:47.3621961Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T09:35:47.3661839Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T09:35:47.3686780Z ##[group]Checking out the ref
2026-07-23T09:35:47.3689345Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T09:35:47.3737850Z Switched to a new branch 'main'
2026-07-23T09:35:47.3738494Z branch 'main' set up to track 'origin/main'.
2026-07-23T09:35:47.3743977Z ##[endgroup]
2026-07-23T09:35:47.3778515Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T09:35:47.3801225Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
